-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue550 scenario example #553
base: issue550_scenarioExample
Are you sure you want to change the base?
Issue550 scenario example #553
Conversation
Thanks @kuzha. I'll double check the versions. But looks like in the unit tests we're getting an error: |
@dhblum I googled a bit about this error and had the same conclusion as you: the error comes with the openSSL version in Ubuntu 16. I changed the default Ubuntu version in .travis.yml to 18 just to give it a try to see if the test can pass. I have only installed Ubuntu 18 on my VM so I don't know if everything works on 20. I can give it a test locally first if you would like to update to 20. |
Some tests passed but some failed in CI.
Not sure what is the best way forward. @dhblum |
#550
@dhblum
I checked the travis documentation and my understanding is that the current stable python in travis is version 3.9. So I decided to stick to version 3.9.
In Python 3.9, I upgraded pip first and then upgraded the four packages numpy, pandas, matplotlib and requrests. Please double check if you get the same version as I modifed in travis.
Other changes are: